Micron Document
Fox's Git Mirrors

Node / rns-mirrors / Reticulum-Go.git / files / scripts / cc-windows-zig.sh

Displaying Raw • Download

scripts/cc-windows-zig.sh 61af5556362c8bdf7c09a1c01bc84f81629f281b (61af5556) Text, 190 B

#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2024-2026 Quad4.io
#
# CGO CC wrapper: Zig as x86_64-windows-gnu cross compiler.

exec zig cc -target x86_64-windows-gnu "$@"

Served by rngit 1.5.2 - Generated in 0.02s